Post

Replies

Boosts

Views

Activity

Reply to SFSafariViewController behaves differently in MacCatalyst than iOS
Expected behavior still sadly. From the docs: When building apps to support multiple platforms, be aware of behavior differences when presenting an SFSafariViewController from your UI. In Mac apps built with Mac Catalyst, and in compatible iPad and iPhone apps running in visionOS, showing an SFSafariViewController opens the web content in the default web browser instead. You might want to fall back to WKWebView in those scenarios.
Topic: App & System Services SubTopic: General Tags:
Jan ’24
Reply to DocC exclude
I think the only feasible solution now would be to do some post-processing on the DocC catalog. It's all JSON and files so painful but possible. Because previews by their nature aren't referenced from other classes and are top-level structures removal would be 1) killing preview files and 2) parsing/updating referencing JSON.
Oct ’23
Reply to UTType always return nil when testing on M1 Mac simulator with x86 arch
Opened ticket with Apple through Feedback Assistant today. Error message from running UTType..preferredMIMEType returns nil and error in LLDB says "File a bug" :). I'm not optimistic on resolution since it seems like Simulator under Rosetta is not supported at all sadly. Not everyone can easily rebuild for arm64 due to third party dependencies though.
Oct ’22
Reply to ITMS-90562: Invalid Bundle with Xcode 13.3 RC
I found that I had this issue building with xcodebuild but not when building and deploying interactively through Xcode and Organizer. Did not have to adjust bitcode settings and did enable bitcode on upload. Looking at the binary executable, there is a clear 43MB difference in size between the accepted version (bigger) and the command line built version. Would be interested to know if anyone else has seen this.
Mar ’22
Reply to SpeechAnalyzer speech to text wwdc sample app
Still seeing with release version of Xcode. SpeechTranscriber.supportedLocales is returning zero entries.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to SwiftUI iOS26 beta7 ".navigationTitle()" does't show small title in Navigation Bar.
I'm seeing the large title shown then small title but when scrolling back down, large title is gone and won't come back
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’25
Reply to Textfield producing : Can't find or decode reasons, Failed to get or decode unavailable reasons
Did anyone get a Feedback into Apple yet on this? Same here
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Internal builds are not being tagged as 'internal' on TestFlight
Seeing the exact same thing as of about a few days ago. Our first mis-classified build was on 7/3 at 17:40 ET. I think the 'testFlightInternalTestingOnly' is no longer being honored properly.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Unable to tap SwiftUI menu with XCUITest (ios15)
Been seeing this a while with iOS 17 update. The button exists with the identifier but .tap() does nothing.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to SFSafariViewController behaves differently in MacCatalyst than iOS
Expected behavior still sadly. From the docs: When building apps to support multiple platforms, be aware of behavior differences when presenting an SFSafariViewController from your UI. In Mac apps built with Mac Catalyst, and in compatible iPad and iPhone apps running in visionOS, showing an SFSafariViewController opens the web content in the default web browser instead. You might want to fall back to WKWebView in those scenarios.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Unable to get Apple Vision Pro custom app icon to appear
Wondering same thing as well on that. Was expecting the app to actually be installed and show with the circle icon but the usual rounded rectangle is showing.
Replies
Boosts
Views
Activity
Jan ’24
Reply to DocC exclude
I think the only feasible solution now would be to do some post-processing on the DocC catalog. It's all JSON and files so painful but possible. Because previews by their nature aren't referenced from other classes and are top-level structures removal would be 1) killing preview files and 2) parsing/updating referencing JSON.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Fullscreen Cover and Sheet Bug ? XCode 15 / iOS 17
Still an issue with release version of iOS 17.0
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to SPM Could not resolve package dependencies
See this link https://pspdfkit.com/blog/2022/download-failures-with-swift-package-manager-binary-targets/
Replies
Boosts
Views
Activity
Mar ’23
Reply to UTType always return nil when testing on M1 Mac simulator with x86 arch
Opened ticket with Apple through Feedback Assistant today. Error message from running UTType..preferredMIMEType returns nil and error in LLDB says "File a bug" :). I'm not optimistic on resolution since it seems like Simulator under Rosetta is not supported at all sadly. Not everyone can easily rebuild for arm64 due to third party dependencies though.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Distribution failed with error: App Store Connect Operation Error
Looks like it's clearing up. Just succeeded.
Replies
Boosts
Views
Activity
May ’22
Reply to Distribution failed with error: App Store Connect Operation Error
Same in US through xcodebuild as well
Replies
Boosts
Views
Activity
May ’22
Reply to ITMS-90562: Invalid Bundle with Xcode 13.3 RC
I found that I had this issue building with xcodebuild but not when building and deploying interactively through Xcode and Organizer. Did not have to adjust bitcode settings and did enable bitcode on upload. Looking at the binary executable, there is a clear 43MB difference in size between the accepted version (bigger) and the command line built version. Would be interested to know if anyone else has seen this.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Very Strange TVOS IBDesignables Errors in iOS Package
Seeing the same thing. Did you resolve?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’21